home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha Extra 2004 January / CyberMycha Extra 1-2004 (Poland) (Disc 2).bin / Pippi / common.cst / 00065_go1_adjustButtons.ls < prev    next >
Encoding:
Text File  |  2001-09-04  |  141 b   |  11 lines

  1. global sessionObject
  2.  
  3. on exitFrame me
  4.   if soundBusy(2) then
  5.     go the frame
  6.   else
  7.     go 1
  8.     sessionObject.adjustButtons()
  9.   end if
  10. end
  11.